-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Websocket - Add events (OnConnect / OnDisconnect) #86
base: master
Are you sure you want to change the base?
Conversation
@RostislavLitovkin, based on your issue, I have added OnConnect and OnDisconnect, but I didn't implemented the others because I think it is better if it is handle by the caller (maybe some apps doesn't want auto-reconnect) You can try this PR on your app before to merge if you prefer ;) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should make sure that we use the events from the integrated frameworks like vs-streamjsonrpc and the websocket it self, there is also the underlying httpclient maybe.
Quality Gate passedIssues Measures |
# Conflicts: # Substrate.NetApi/SubstrateClient.cs
Quality Gate passedIssues Measures |
Linked to #83